home *** CD-ROM | disk | FTP | other *** search
/ Aminet 40 / Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso / Aminet / util / cdity / ModeProSrc.lha / Daemon / Profile.c < prev    next >
C/C++ Source or Header  |  1997-07-20  |  418b  |  36 lines

  1. #define DEBUG_DELAY 30
  2. #define DEBUG
  3. #include <debug.h>
  4. /*
  5. void __asm _PROLOG(register __a0 char *where)
  6. {
  7. /*  LONG l;
  8.   
  9.   Delay(50);
  10.  
  11.   for(l=0;l<Indent;l++)
  12.     kprintf("  ");
  13.   
  14.   Indent++;
  15.   */
  16.   DKP("enter : %s\n",where);
  17.   NEST;
  18. }
  19.  
  20. void __asm _EPILOG(register __a0 char *where)
  21. {
  22. /*  LONG l;
  23.  
  24.   Indent--;
  25.  
  26.   Delay(50);
  27.  
  28.   for(l=0;l<Indent;l++)
  29.     kprintf("  ");
  30. */
  31.  
  32.   UNNEST;
  33.   DKP("exit  : %s\n",where);
  34. }
  35.  
  36. */